projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
372223a
)
GtkGesturePan: Use G_PARAM_EXPLICIT_NOTIFY
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Jun 2014 12:56:55 +0000
(08:56 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Jun 2014 17:31:03 +0000
(13:31 -0400)
gtk/gtkgesturepan.c
patch
|
blob
|
history
diff --git
a/gtk/gtkgesturepan.c
b/gtk/gtkgesturepan.c
index d7d9fa142f1aa107e0843cb20a8ef752ecd1e276..19c30425c5357be78c242343e9722114309e4f87 100644
(file)
--- a/
gtk/gtkgesturepan.c
+++ b/
gtk/gtkgesturepan.c
@@
-238,7
+238,8
@@
gtk_gesture_pan_class_init (GtkGesturePanClass *klass)
P_("Allowed orientations"),
GTK_TYPE_ORIENTATION,
GTK_ORIENTATION_HORIZONTAL,
- GTK_PARAM_READWRITE));
+ GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
+
/**
* GtkGesturePan::pan:
* @gesture: The object which received the signal